GetLogicalSize(int, int)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Gets a device independent resolution for rendering. If it was never set, returns zeros.

Syntax

public void GetLogicalSize(
	int width,
	int height
)

Back to index